Compare commits
2 Commits
ef3b32ea8d
...
2a8da54ee6
Author | SHA1 | Date |
---|---|---|
Alexandre LUCAZEAU | 2a8da54ee6 | |
Alexandre LUCAZEAU | d76c20611f |
|
@ -1,2 +1,6 @@
|
|||
# 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
|
||||
./rest-server.nix
|
||||
./users.nix
|
||||
./common.nix
|
||||
../modules/rest-server.nix
|
||||
../modules/users.nix
|
||||
../modules/common.nix
|
||||
];
|
||||
|
||||
boot.cleanTmpDir = true;
|
||||
|
|
Loading…
Reference in New Issue