mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
rename to netty
This commit is contained in:
parent
02a0f0fb64
commit
c056cd2919
7 changed files with 4 additions and 4 deletions
|
|
@ -57,8 +57,8 @@
|
|||
username = "rathi";
|
||||
darwinConfigName = "darwin";
|
||||
darwinMachineHostname = "hari-macbook-pro";
|
||||
linuxConfigName = "linux";
|
||||
linuxHostname = "rathi-vps";
|
||||
linuxConfigName = "netty";
|
||||
linuxHostname = "netty";
|
||||
darwinPkgs = import nixpkgs {system = darwinSystem;};
|
||||
linuxPkgs = import nixpkgs {
|
||||
system = linuxSystem;
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
hostname = linuxHostname;
|
||||
};
|
||||
home-manager.backupFileExtension = "hm-bak";
|
||||
home-manager.users.${username} = import ./home/linux.nix;
|
||||
home-manager.users.${username} = import ./home/netty.nix;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
2
justfile
2
justfile
|
|
@ -30,4 +30,4 @@ secrets-restore-files:
|
|||
./scripts/restore-bw-files.sh
|
||||
|
||||
switch-netty:
|
||||
nixos-rebuild switch --flake path:.#linux --target-host rathi@152.53.195.59 --build-on-remote --use-remote-sudo
|
||||
nixos-rebuild switch --flake path:.#netty --target-host rathi@152.53.195.59 --build-on-remote --use-remote-sudo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue