add os config for hs
This commit is contained in:
parent
ccd3e64936
commit
dafda65208
5 changed files with 323 additions and 1 deletions
|
|
@ -99,5 +99,10 @@
|
|||
./os/moon.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
nixosConfigurations.hs = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./os/hs/configuration.nix ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue