repo: init
This commit is contained in:
commit
8dd5ce867a
6 changed files with 274 additions and 0 deletions
11
computers/default.nix
Normal file
11
computers/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{lib, ...}: {
|
||||
flake = {
|
||||
nixosConfigurations = lib.mkComputers {
|
||||
toothless = {
|
||||
system = "x86_64-linux";
|
||||
user = "artur";
|
||||
};
|
||||
};
|
||||
nixosModules.default = ./shared;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue