mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
update-functions updated
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
parent
b5dc4b5ee3
commit
be36bbc537
@ -1,7 +1,7 @@
|
|||||||
{ config, pkgs, ...}:
|
{ config, pkgs, ...}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./dell-specific.nix
|
"${builtins.fetchGit { url = "https://github.com/NixOS/nixos-hardware.git"; }}/dell/xps/13-7390"
|
||||||
];
|
];
|
||||||
networking.hostName = "stel-xps"; # define the hostname
|
networking.hostName = "stel-xps"; # define the hostname
|
||||||
|
|
||||||
|
|||||||
@ -5,8 +5,7 @@
|
|||||||
cp configuration.nix /etc/nixos/.
|
cp configuration.nix /etc/nixos/.
|
||||||
cp -r programs /etc/nixos/.
|
cp -r programs /etc/nixos/.
|
||||||
mkdir -p /etc/nixos/machine
|
mkdir -p /etc/nixos/machine
|
||||||
for machine in `ls -al machine | grep "^d" | rev | cut -d" " -f1 | rev`; do
|
cp -r machine/stel-xps /etc/nixos/machine/.
|
||||||
cp -r machine/${machine} /etc/nixos/machine/
|
cp -r machine/nucturne /etc/nixos/machine/.
|
||||||
done
|
|
||||||
|
|
||||||
cp -r ./home/config/* /home/ellmau/.config/.
|
cp -r ./home/config/* /home/ellmau/.config/.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user