Compare commits
No commits in common. "master" and "master" have entirely different histories.
@ -67,18 +67,22 @@
|
|||||||
pavucontrol
|
pavucontrol
|
||||||
rink
|
rink
|
||||||
gimp
|
gimp
|
||||||
gnome-tweaks
|
gnome3.gnome-tweaks
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
vscodium
|
vscodium
|
||||||
];
|
];
|
||||||
environment.sessionVariables = artiq.qtPaths;
|
|
||||||
|
|
||||||
programs.wireshark.enable = true;
|
programs.wireshark.enable = true;
|
||||||
programs.wireshark.package = pkgs.wireshark;
|
programs.wireshark.package = pkgs.wireshark;
|
||||||
|
|
||||||
|
hardware.opengl.driSupport = true;
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.settings.PasswordAuthentication = false;
|
services.openssh.settings.PasswordAuthentication = false;
|
||||||
|
|
||||||
|
sound.enable = true;
|
||||||
|
hardware.pulseaudio.enable = true;
|
||||||
|
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||||
|
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
services.xserver.xkb.layout = "us";
|
services.xserver.xkb.layout = "us";
|
||||||
|
|
||||||
@ -128,5 +132,5 @@
|
|||||||
# compatible, in order to avoid breaking some software such as database
|
# compatible, in order to avoid breaking some software such as database
|
||||||
# servers. You should change this only after NixOS release notes say you
|
# servers. You should change this only after NixOS release notes say you
|
||||||
# should.
|
# should.
|
||||||
system.stateVersion = "24.11"; # Did you read the comment?
|
system.stateVersion = "24.05"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-24.11;
|
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-24.05;
|
||||||
inputs.artiq.url = git+https://github.com/m-labs/artiq.git?ref=release-8;
|
inputs.artiq.url = git+https://github.com/m-labs/artiq.git?ref=release-8;
|
||||||
outputs = { self, nixpkgs, artiq }: {
|
outputs = { self, nixpkgs, artiq }: {
|
||||||
nixosConfigurations.artiq = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.artiq = nixpkgs.lib.nixosSystem {
|
||||||
|
Loading…
Reference in New Issue
Block a user