time to put this on a laptop and do shit from there
This commit is contained in:
parent
720828a097
commit
5b70d63280
4 changed files with 35 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
modules = [
|
||||
./marty-pc.nix
|
||||
./configuration.nix
|
||||
|
||||
./user/marty.nix
|
||||
];
|
||||
};
|
||||
marty-server = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -32,6 +32,7 @@
|
|||
modules = [
|
||||
./marty-server.nix
|
||||
./configuration.nix
|
||||
./user/marty.nix
|
||||
|
||||
];
|
||||
};
|
||||
|
|
@ -40,6 +41,7 @@
|
|||
modules = [
|
||||
./marty-latitude.nix
|
||||
./configuration.nix
|
||||
./user/marty.nix
|
||||
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue