laptop
This commit is contained in:
parent
fd9b7a03cf
commit
0fded27ad5
6 changed files with 31 additions and 9 deletions
|
|
@ -54,14 +54,14 @@
|
|||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
legacy = nixpkgs.lib.nixosSystem {
|
||||
laptop = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
myhostname = "legacy";
|
||||
myhostname = "laptop";
|
||||
};
|
||||
modules = [
|
||||
./maskiner/legacy/configuration.nix
|
||||
./maskiner/legacy/legacy-disk.nix
|
||||
./maskiner/laptop/configuration.nix
|
||||
./maskiner/laptop/laptop-disk.nix
|
||||
stylix.nixosModules.stylix
|
||||
home-manager.nixosModules.home-manager
|
||||
sops-nix.nixosModules.sops
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue