Compare commits
No commits in common. "2a8da54ee68a90a48dbcd8a042d653f1d7a80f46" and "ef3b32ea8d05aa98dc025ffe9a52d8cb09e5a88e" have entirely different histories.
2a8da54ee6
...
ef3b32ea8d
|
@ -1,6 +1,2 @@
|
|||
# dotconf
|
||||
* backup
|
||||
|
||||
git clone
|
||||
change /etc/nixos to link to ~/git/nixos-config/hosts/backup
|
||||
add ln -s /home/alexandre/git/nixos-config/modules /etc/modules
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../modules/rest-server.nix
|
||||
../modules/users.nix
|
||||
../modules/common.nix
|
||||
./rest-server.nix
|
||||
./users.nix
|
||||
./common.nix
|
||||
];
|
||||
|
||||
boot.cleanTmpDir = true;
|
||||
|
|
Loading…
Reference in New Issue