add chell to dotfiles nix configuration
This commit is contained in:
parent
c5111a4896
commit
7aa69e8675
5 changed files with 144 additions and 16 deletions
|
|
@ -26,6 +26,16 @@
|
|||
nur.modules.nixos.default
|
||||
];
|
||||
};
|
||||
chell = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "chell";
|
||||
};
|
||||
modules = [
|
||||
./configuration.nix
|
||||
nur.modules.nixos.default
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue