j reagenzglas: remove own pre krops deploy skript
This commit is contained in:
parent
5ac6d30dd2
commit
b79f7715a0
|
@ -1,18 +1,5 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
with pkgs;
|
|
||||||
let
|
|
||||||
rebuild_script = pkgs.writeTextFile {
|
|
||||||
name="rebuild";
|
|
||||||
text=''
|
|
||||||
#!/usr/bin/env sh
|
|
||||||
set -eu
|
|
||||||
sudo cp -r /etc/nixos ~/old-nixos
|
|
||||||
sudo cp -r $HOME/nixos /etc/
|
|
||||||
sudo nixos-rebuild switch
|
|
||||||
'';
|
|
||||||
executable=true;
|
|
||||||
};
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
|
@ -51,12 +38,6 @@ in
|
||||||
rofi
|
rofi
|
||||||
];
|
];
|
||||||
|
|
||||||
# How I rebuild the system
|
|
||||||
environment.shellAliases = {
|
|
||||||
rebuild = rebuild_script;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
|
||||||
users.users.ombi = {
|
users.users.ombi = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||||
|
|
Loading…
Reference in a new issue