random stuff
- shell fixes - noice function for nixos-configurations - flake update - random
This commit is contained in:
parent
52bb01cc79
commit
a5040dcc1b
8 changed files with 23 additions and 22 deletions
|
@ -1,9 +1,9 @@
|
|||
inArgs: hostname: {
|
||||
${hostname} = inArgs.nixpkgs.lib.nixosSystem {
|
||||
inArgs: hostname: #{
|
||||
#${hostname} = inArgs.nixpkgs.lib.nixosSystem {
|
||||
inArgs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inArgs;};
|
||||
modules = [
|
||||
{networking.hostName = hostname;}
|
||||
(./hosts/${hostname})
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue