7 lines
115 B
Bash
7 lines
115 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
pushd ~/.my_config
|
||
|
sudo nixos-rebuild switch -I nixos-config=./system/configuration.nix
|
||
|
popd
|
||
|
|