fix(pilot1): complete flake migration

This commit is contained in:
Felix Schröter 2021-08-10 15:53:23 +02:00
parent 642f7406f6
commit 73c9dfa364
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 28 additions and 3 deletions

View file

@ -137,7 +137,7 @@
modules = [
nixpkgs.nixosModules.notDetected
(lib.createSystem "pilot1" {
hardwareConfig = ./hardware-configuration.nix; # TODO
hardwareConfig = ./hardware/pilot1.nix;
config = ./work-pc.nix;
})
(lib.createUser "felschr" {