add buer
This commit is contained in:
parent
44f6f390ff
commit
4fc18ee08c
8 changed files with 181 additions and 18 deletions
|
@ -71,6 +71,13 @@
|
|||
})
|
||||
];
|
||||
};
|
||||
|
||||
buer = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/buer
|
||||
]
|
||||
}
|
||||
|
||||
# Easy to add more hosts
|
||||
/*server2 = nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue