Restructure machine files
This commit is contained in:
parent
adbea68c91
commit
93816b76bb
5 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
sue = {
|
||||
system = "x86_64-linux";
|
||||
module = import ./sue;
|
||||
nixosModule = import ./sue/configuration.nix;
|
||||
};
|
||||
|
||||
gamepc = {
|
||||
system = "x86_64-linux";
|
||||
module = import ./gamepc;
|
||||
nixosModule = import ./gamepc/configuration.nix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue