new system

This commit is contained in:
tristan 2023-04-12 08:52:17 +01:00
parent 218fbf0993
commit 395ec3d6e8
3 changed files with 35 additions and 45 deletions

View file

@ -20,7 +20,7 @@
in {
nixosConfigurations = {
nixbookpro = lib.nixosSystem {
zenix = lib.nixosSystem {
inherit system;
modules = [
@ -29,6 +29,7 @@
./system/configuration.nix
];
};
};
};