wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-12-16 23:29:20 +01:00
parent ffe035cc63
commit 2760b06666
2 changed files with 11 additions and 9 deletions

View file

@ -24,14 +24,6 @@
outputs.nixosModules.steam
];
# Device specific overlays
# Overlays for all devices are defined
# in flake.nix
nixpkgs.overlays = [
outputs.self.overlays.default
inputs.zellij-switch.overlays.default
];
# General settings
networking.hostName = "dnsc-machine";
time.timeZone = "Europe/Berlin";