Reenable git system
This commit is contained in:
parent
9cff37ff36
commit
0358c67dac
2 changed files with 3 additions and 7 deletions
|
@ -36,10 +36,9 @@
|
|||
targetUser = "root";
|
||||
};
|
||||
imports = [
|
||||
# ./git_system.nix
|
||||
inputs.disko.nixosModules.disko
|
||||
|
||||
# ./git_system.nix
|
||||
./git_system.nix
|
||||
|
||||
./setup/disk_conf.nix
|
||||
./setup/mini_conf.nix
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
# Usage
|
||||
|
||||
Execute
|
||||
Execute
|
||||
|
||||
```
|
||||
nix run nixpkgs#nixos-anywhere -- \
|
||||
--flake ..#raid1base \
|
||||
--generate-hardware-config nixos-facter ./facter.json \
|
||||
root@<IP>
|
||||
nix run nixpkgs#nixos-anywhere -- --flake ..#raid1base --generate-hardware-config nixos-facter ./facter.json root@<IP>
|
||||
```
|
||||
|
||||
in the setup subdirectory
|
||||
|
|
Loading…
Reference in a new issue