mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 08:01:02 +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;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue