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