wip: dnsc-machine setup
This commit is contained in:
parent
f2ab72c92d
commit
bc4d0c2aed
2 changed files with 10 additions and 8 deletions
|
|
@ -60,14 +60,6 @@
|
||||||
specialArgs = { inherit inputs outputs; };
|
specialArgs = { inherit inputs outputs; };
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/dnsc-machine
|
./hosts/dnsc-machine
|
||||||
{
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
inputs.zellij-switch.overlays.default
|
|
||||||
(final: prev: {
|
|
||||||
networkmanager = inputs.nixpkgs-backport-fix.legacyPackages.x86_64-linux.networkmanager;
|
|
||||||
})
|
|
||||||
];
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,16 @@
|
||||||
outputs.nixosModules.steam
|
outputs.nixosModules.steam
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Device specific overlays
|
||||||
|
# Overlays for all devices are defined
|
||||||
|
# in flake.nix
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
inputs.zellij-switch.overlays.default
|
||||||
|
(final: prev: {
|
||||||
|
networkmanager = inputs.nixpkgs-backport-fix.legacyPackages.x86_64-linux.networkmanager;
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
# General settings
|
# General settings
|
||||||
networking.hostName = "dnsc-machine";
|
networking.hostName = "dnsc-machine";
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue